CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux server C

搜索资源列表

  1. DnsLookupDotNet_src

    0下载:
  2. dns lookup example demonstrates the form of DNS query messages and how to submit a request to a DNS server and interpret the result. I have wrapped this functionality up into a small easy-to-use C# assembly which you can easily deploy in your own app
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:28770
    • 提供者:amigo28
  1. linuxbiancheng

    1下载:
  2. Linux环境下ARM嵌入式编程,串口转以太网服务器,C语言编写-ARM Embedded Linux programming environment, serial to Ethernet server, C language
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:2786
    • 提供者:zheng
  1. TCP_socket_client_server_file_transfer_program_des

    0下载:
  2. TCP套接字的文件传输客户服务器程序设计 包括C和S端的部分,S端向C端传送文件或者图片-TCP socket client-server file transfer program design, including C and S terminal part, S-side to the C terminal to send documents or pictures
  3. 所属分类:Linux Network

    • 发布日期:2017-03-31
    • 文件大小:1859
    • 提供者:张梦
  1. openssl

    0下载:
  2. OPENSSL的一个测试程序,使用client\server架构实现-A test example that useage C/S frame for openssl
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:148252
    • 提供者:wangzhaoyi
  1. server

    0下载:
  2. 简单实现linux下用C语言编写并且编译通过的socket编程的服务器端端源码-the server s socket code under linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:568
    • 提供者:小酷
  1. ftpserver1

    0下载:
  2. C program for a FTP server Done in Fedora 7(Linux) using Socket Programming
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:754
    • 提供者:pagal
  1. servers

    0下载:
  2. Linux平台的LDAP Server实现源代码。-LDAP Server
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:1323514
    • 提供者:第爱的
  1. socket

    0下载:
  2. Linux下Socket网络编程,里面程序分为服务器和客服端。使用的TCP有链接的协议编程。-Socket Network programming under Linux, which is divided into the server and the customer service side. Use the TCP protocol with links to programming.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:12045
    • 提供者:宣鹏
  1. cgi-0.7

    0下载:
  2. Linux 下面的一个C封装的CGI的实现,提供了良好的和web服务器通信的接口-Linux following a C implementation of CGI package, provides a good interface and web server communications
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:405555
    • 提供者:afei
  1. ftp

    0下载:
  2. linux平台下用C编写的FTP服务端程序-linux platform using FTP server written in C program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:73054
    • 提供者:flan
  1. webweb

    0下载:
  2. 在Linux环境下主要用C语言写的一个简单的web服务器。在地址栏中输入地址如:http://192.168.2.20:8080/1可以显示图片。-Mainly used in the Linux environment, C language to write a simple web server. Enter the address in the address bar, such as: http://192.168.2.20:8080/1 can display pictures.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-24
    • 文件大小:408367
    • 提供者:薛帅通
  1. FTP

    0下载:
  2. Linux下的FTP最小实现,包括客户端和服务器端-FTP minimum implementation under Linux, including client and server side
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:164594
    • 提供者:harry
  1. cgic2010

    0下载:
  2. CGIC构建WEB服务器,C语言实现的,可以运行在WINDOWS、LINUX平台上-CGIC Building WEB Server, C language, and can run on WINDOWS, LINUX platform
  3. 所属分类:Web Server

    • 发布日期:2017-04-01
    • 文件大小:65386
    • 提供者:zhaoshengchu
  1. socket

    0下载:
  2. Linux下使用C语言实现了客户端连接服务端-Linux using C language to the client server connection
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2637
    • 提供者:谭强
  1. T4Linuxchat

    0下载:
  2. linux 下的c语言聊天软件,有客户端和服务器端!-c language under linux chat software, client and server side!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:271216
    • 提供者:夏明义
  1. chat_example.tar

    0下载:
  2. Linux下使用C + socket TCP实现的一个简单的聊天服务器和客户端程序。使用gcc编译时,需要增加-lpthread选项-using C+ socket TCP in Linux implementation of a simple chat server and client. Using the gcc compiler, the need to increase the-lpthread option
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:3324
    • 提供者:冀涛
  1. SimpleChatwwx

    0下载:
  2. linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理-FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process commu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-19
    • 文件大小:28166829
    • 提供者:王文星
  1. SOCKET

    0下载:
  2. Linux 下实现聊天室 客户端和服务器端-Linux chat room to achieve the client and server side
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:166912
    • 提供者:bwz
  1. client

    0下载:
  2. linux下c语言实现的FTP客户端 可和服务器端一同实现在linux下的文件传输功能-linux c language under the FTP client and server can be achieved with the linux file transfer capabilities under
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2409
    • 提供者:tqer
  1. bluetooth

    1下载:
  2. 本设计是基于蓝牙技术设计的一个嵌入式的点菜系统,采取c/s结构,将嵌入式开发板arm2410s作为无线点菜器,也就是客户端,pc作为后台管理器,也就是服务器端,服务器端在linux下进行开发,客户端和服务器端通过蓝牙进行无线通信,其中利用qt designer制作菜单界面。-The design is based on the design of an embedded Bluetooth technology a la carte system, to c/s structure, the e
  3. 所属分类:Embeded Linux

    • 发布日期:2015-02-01
    • 文件大小:847872
    • 提供者:liao
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com